home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLU
- ; Take every image file in the current directory and
- ; print a report to the screen.
- ;
- ; NOTE: If you remove the ";" from in front of the PRINTER-ON
- ; command then the report will be sent to the printer!
- ;
-
- system cls
- ; Printer-ON
- change-path *.?
- :loop
- echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
- skipnext :exit
- goto :loop
- :exit
- ENTER
-